home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / refresh.zip / README.TXT next >
Text File  |  1992-10-22  |  1KB  |  33 lines

  1. Refresh is a small app which sends a repaint event to every window currently
  2. visible.  It's main use is for programmers, who often end up with corrupted
  3. screens while debugging programs (especially if you're forced to use 
  4. Watcom's crappy debugger (grrr)), however some buggy video drivers and
  5. programs can also leave rubbish on the screen.
  6.  
  7. Refresh may be run in two modes.  When run ordinarily, Refresh displays
  8. an icon at the bottom of the screen.  Double clicking on this icon will
  9. result in a refresh event.  Alternatively, if it's run with the command
  10. line;
  11.  
  12.     REFRESH /NOWINDOW
  13.  
  14. Refresh will not display an icon, and causes the screen to be repainted 
  15. immediately.  This is useful in conjunction with a program like Dropper
  16. or WinDock.
  17.  
  18. Refresh is free, and may be distributed to anyone as long as this file is
  19. distributed with it.  Source code is available from the author on request.
  20.  
  21. The author may be contacted by the following means;
  22.  
  23.     Paul Butcher
  24.     Harlequin Ltd
  25.     Barrington Hall
  26.     Barrington
  27.     Cambridge
  28.     CB5 2RG
  29.  
  30.     Tel: 0223 872522
  31.  
  32.     e-mail: paulb@harlqn.co.uk
  33.